home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 1 / your choice.zip / your choice / DOS / DLF10A / DLFAT.DOC next >
Text File  |  1994-03-25  |  7KB  |  165 lines

  1.                              DataLOCK Fat v1.0
  2.                    32-Bit Key Encryption for Floppy Disks
  3.                              revision 03.19.94
  4.                       (C)1994 RH Enterprises/W.R. Herx
  5.  
  6.  
  7. ┌─────────────────────┐
  8. │WHAT IS DATALOCK FAT?│
  9. └─────────────────────┘
  10.  
  11.     Floppy disk security to the average person is locking the disks in a
  12.     filling cabinet.  Your precious data is protected by an 89 cent lock!
  13.     Not anymore!  DataLOCK Fat (DLF) will render any standard floppy disk
  14.     totally useless to the average person in seconds.  You will be issued
  15.     a 32-bit key code to allow you to unlock the disk again.  Only with
  16.     this code, will your data be accessible.
  17.  
  18. ┌──────────────────────────┐
  19. │WHY IS DATALOCK DIFFERENT?│
  20. └──────────────────────────┘
  21.  
  22.     Most data security products require encryption of entire files which
  23.     can sometimes take up to 3 minutes while working with a full diskette.
  24.     DLF takes only seconds to secure your data and it is just as secure as
  25.     the others.
  26.  
  27. ┌───────────────────────┐
  28. │HOW SECURE IS DATALOCK?│
  29. └───────────────────────┘
  30.  
  31.     DLF isn't nearly as secure as RSA encryption but it doesn't take nearly
  32.     as long to use either.  DLF will issue a different 32-bit key for every
  33.     disk it encrypts.  There are a total combination of around 4.5 billion
  34.     keys, thus making it nearly impossible to randomly attempt to crack it.
  35.     For most commercial, non-governmental purposes, this should provide en-
  36.     ough security.  Cracking the key code for a single disk would take we-
  37.     eks, if not months.  The key encryption routine used within DLF cannot
  38.     be reverse engineered because it relies on system information at the
  39.     time of encryption which cannot be duplicated.
  40.  
  41. ┌───────────────────┐
  42. │A BRIEF LOOK AT DOS│
  43. └───────────────────┘
  44.  
  45.     Every floppy disk contains space reserved for DOS to use.  This space
  46.     is called the System Area of the disk.  The System Area consists of
  47.     the boot sector, File Allocation Table 1, File Allocation Table 2, and
  48.     the root directory.  The FAT is basically a map of where information
  49.     is stored on the drive.  Whenever a file is written to a disk an entry
  50.     is made in the FAT table recording where the file is physically located
  51.     on the disk.  Whenever you use DOS to delete a file, the data isn't
  52.     physically removed from the disk.  The FAT entry for that file is sim-
  53.     ply zeroed out telling DOS that the space is again available. DOS keeps
  54.     a backup copy of the FAT table, that is the reason FAT2 exists.  In the
  55.     event that the FAT table becomes corrupted, DOS can retrieve it's needed
  56.     information from the backup.
  57.  
  58. ┌───────────────────────────┐
  59. │HOW DOES DATALOCK FAT WORK?│
  60. └───────────────────────────┘
  61.  
  62.     DLF relies on a 32-bit key encryption routine that encrypts both copies
  63.     of the FAT (File Allocation Table) and the Root Directory.  With both
  64.     copies of the FAT (FAT1 & FAT2) being encrypted, DOS thinks that your
  65.     disk is corrupted and not useable.  All pointers to all files have been
  66.     changed into senseless garbage.  Even popular disk recovery programs such
  67.     as Norton Disk Doctor cannot recover the data.  Disk Recovery programs
  68.     rely on pieces of information extracted from both copies of the FAT
  69.     table, it compares the good pieces and tries to piece back together the
  70.     corrupted pieces.  DLF makes every piece of the FAT appear corrupted ma-
  71.     king the task of FAT repair impossible.  Your data is inaccessible with-
  72.     out decrypting using the key.
  73.  
  74. ┌───────────────────────────┐
  75. │MINIMUM SYSTEM REQUIREMENTS│
  76. └───────────────────────────┘
  77.  
  78.     640k IBM/COMPATIBLE XT - MSDOS 3.0 - 3.5" or 5.25" floppy drive.
  79.  
  80.     This software was beta tested on the following computers with the
  81.     following DOS versions:
  82.  
  83.                 XT           DOS 3.0    (This computer was also monochrome)
  84.                 286/16       MSDOS 5.0
  85.                 386/40       MSDOS 4.0
  86.                 486/33       MSDOS 6.0
  87.                 486/33       MSDOS 6.2
  88.                 486/DX2-66   MSDOS 6.2
  89.  
  90. ┌─────────────────────────┐
  91. │RUNTIME PARAMETERS, USAGE│
  92. └─────────────────────────┘
  93.  
  94.     You can receive a listing at the dos prompt by typing DLFAT with no
  95.     other parameters.
  96.  
  97.     ENCRYPTION:
  98.     ----------
  99.        syntax: DLFAT x e
  100.  
  101.        replace the x parameter with the drive that contains the disk you
  102.        would like to encrypt, A or B.
  103.  
  104.        You will then be issued a unique 32-bit key code which you will
  105.        need to decrypt the disk when you desire to access it again.
  106.  
  107.        **NOTICE: IT IS VERY IMPORTANT THAT YOU DO NOT LOSE THE CODE, FOR
  108.        YOUR SECURITY, YOUR CODE IS NOT WRITTEN ANYWHERE ON THE DISK, IF
  109.        YOU LOSE IT, YOUR DATA CAN NEVER BE ACCESSED AGAIN!
  110.  
  111.     DECRYPTION:
  112.     ----------
  113.        syntax: DLFAT x d
  114.  
  115.        replace the x parameter with the drive that contains the disk you
  116.        would like to decrypt, A or B.
  117.  
  118.        You will then be prompted to enter the proper key code for this
  119.        disk.  DLF will inform you in the event that you've entered an
  120.        invalid key code.  With DLF, there is no chance of "double en-
  121.        cryption" which is caused by decrypting with the wrong series
  122.        of numbers!
  123.  
  124. ┌─────────────────────────┐
  125. │REGISTRATION INFORMATION:│
  126. └─────────────────────────┘
  127.  
  128.     To register DataLOCK Fat and receive a copy of DataLOCK Fat for Windows
  129.     upon it's completion, use your favorite word processor to fill out the
  130.     registration form (REGISTER.DOC), print it, and mail it in!
  131.  
  132. ┌───────────────────┐
  133. │WARRANTY DISCLAIMER│
  134. └───────────────────┘
  135.  
  136. The Author cannot and does not warrant that any functions contained in the
  137. Software will meet your requirements, or that its operations will be error
  138. free.  The entire risk as to the Software performance or quality, or both,
  139. is solely with the user and not the Author.  You assume responsibility for
  140. the selection of the program to achieve your intended results, and for the
  141. installation, use, and results obtained from the Software.
  142.  
  143. The Author makes no warranty, either implied or expressed, including with-
  144. out limitation any warranty with respect to this Software documented here,
  145. its quality, performance, or fitness for a particular purpose. In no event
  146. shall the Author be liable to you for damages, whether direct or indirect,
  147. incidental, special, or consequential arising out the use of or any defect
  148. in the Software,  even if the Author has been advised of the possibility 
  149. of such damages, or for any claim by any other party.
  150.  
  151. All other warranties of any kind, either express or implied, including but
  152. not limited to the implied warranties of merchantability and fitness for a
  153. particular purpose, are expressly excluded.
  154.  
  155. ┌────────────────┐
  156. │FUTURE PRODUCTS:│
  157. └────────────────┘
  158.         - DataLOCK Fat for Windows
  159.         - DataLOCK Boot
  160.  
  161.  
  162.  
  163.       * Note: DataLOCK Fat for Windows will be shipped to registered DataLOCK
  164.               Fat DOS owners upon it's completion.
  165.